DefaultLocationMonitor

Default implementation of LocationMonitor

Parameters

applicationContext

the Context in which to monitor the location

locationManager

the LocationManager to use for monitoring the location

Constructors

Link copied to clipboard
constructor(applicationContext: Context, locationManager: LocationManager?)

Properties

Link copied to clipboard
open override val isEnabled: Flow<Boolean>
Link copied to clipboard
open override val isServiceEnabled: Boolean

Functions

Link copied to clipboard
override fun startMonitoring()
Link copied to clipboard
override fun stopMonitoring()